Mutex.
More...
#include <mutex.h>
Mutex.
Definition at line 27 of file mutex.h.
◆ Lock
RAII lock.
Definition at line 30 of file mutex.h.
◆ Mutex()
roc::core::Mutex::Mutex |
( |
| ) |
|
|
inline |
◆ ~Mutex()
roc::core::Mutex::~Mutex |
( |
| ) |
|
|
inline |
◆ lock()
void roc::core::Mutex::lock |
( |
| ) |
const |
|
inline |
Lock mutex.
Definition at line 44 of file mutex.h.
◆ unlock()
void roc::core::Mutex::unlock |
( |
| ) |
const |
|
inline |
Unlock mutex.
Definition at line 49 of file mutex.h.
◆ Cond
The documentation for this class was generated from the following file:
- roc_core/target_libuv/roc_core/mutex.h